home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1993 / Internet Info CD-ROM (Walnut Creek) (1993).iso / networking / mail / mm / ccmd-patch.01 < prev    next >
Encoding:
Text File  |  1991-02-03  |  923 b   |  42 lines

  1. CCMD Patch number: 1
  2. Date: Mon Feb  4 21:40:28 1991
  3. File: Makefile
  4.  
  5. Description:
  6.  
  7. To build CCMD under Ultrix 4.0 you need to define HAVE_VOIDSIG.  The 
  8. following patch adds an "ultrix40" target that does this and compiles 
  9. CCMD properly.
  10.  
  11. Patch:
  12.  
  13. *** /tmp/,RCSt1008339    Mon Feb  4 21:37:27 1991
  14. --- Makefile    Mon Feb  4 21:36:03 1991
  15. ***************
  16. *** 13,18 ****
  17. --- 13,19 ----
  18.   #    make aix        for AIX systems
  19.   #    make bsd        for 4.2bsd
  20.   #    make sun        for SunOS
  21. + #    make ultrix40        for Ultrix 4.0    
  22.   #    make next        for NeXT
  23.   #    make SVR3        for SVR3
  24.   #    make SVR2        for SVR2
  25. ***************
  26. *** 176,182 ****
  27.   bsd BSD:
  28.           $(MAKE) $(MFLAGS) OS=-DBSD all
  29.   
  30. ! sun sunos SUN SUNOS next NeXT NEXT:
  31.           $(MAKE) $(MFLAGS) OS="-DBSD -DHAVE_VOIDSIG" all
  32.   
  33.   hpux:
  34. --- 177,183 ----
  35.   bsd BSD:
  36.           $(MAKE) $(MFLAGS) OS=-DBSD all
  37.   
  38. ! sun sunos SUN SUNOS next NeXT NEXT ultrix40:
  39.           $(MAKE) $(MFLAGS) OS="-DBSD -DHAVE_VOIDSIG" all
  40.   
  41.   hpux:
  42.